home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / cug233 / ws.bat < prev   
DOS Batch File  |  1987-06-30  |  384b  |  18 lines

  1.    EXAMPLE USAGE OF PUSH & POP IN BATCH FILE
  2.  
  3. WS.BAT
  4.  
  5. ECHO OFF
  6. PUSH
  7. CD \BATCH
  8. KEY WS2 /ML
  9. CD \WS2000
  10. WS2 %1 %2
  11. CD \BATCH
  12. KEY START /ML
  13. POP
  14. ^Z
  15.  
  16. PUSH.EXE and POP.EXE are also stored in C:\BATCH (on the PATH).
  17. The references to "KEY" are invocations of Borland's Superkey.
  18. The reference to "WS2" is the invocation of MicroPro's WordStar 2000.